home *** CD-ROM | disk | FTP | other *** search
- echo off
- If "%1"=="" goto nodrive
- If "%2"=="" goto nodrive
- md %1:\%2
- copy zipfile.exe %1:\%2
- %1:
- cd \%2
- zipfile -d
- del zipfile.exe
- cls
- echo.
- echo Type ASTRO to start the game.
- echo.
- goto end
- :nodrive
- cls
- echo.
- echo Type INSTALL C NEWDIR where C is the letter of your hard drive
- echo and NEWDIR is the name of the directory you want to install the
- echo game into.
- echo There is no need to type in either the : or the /.
- echo.
- echo E.g. INSTALL C NEWDIR to install the game to C:\NEWDIR
- echo.
- :end
-